home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 9 / AMUG BBS in a Box Volume IX (August 1993) (MacWizards).iso / Files / Prog / T / The Virtual Machine.cpt / VM Test Files / Test.SRC < prev    next >
Encoding:
Text File  |  1992-03-19  |  266 b   |  13 lines  |  [TEXT/KAHL]

  1. ; Test Program with some bastard stuff in it
  2.  
  3.                 ORG        $10
  4.                 EQU     CHEESE 10
  5.                 CLA        
  6.                 TAD        $10+CHEESE+%17-3    ;chew on that!
  7.                 DCA        100
  8.                 CLA ;                        ;ready to actually do something?
  9. LOOP:            IAC ;
  10.                 SZA ;
  11.                 JMP        LOOP                ; keep doing it
  12. STOP:            HLT
  13.                 END